Makefile (56638eb686e04bfa1a990afcc161fdd2c03d6633) | Makefile (f24bb3a4b3fc3c4f87a2378a1285af0e81fb93de) |
---|---|
1# @(#)Makefile 8.2 (Berkeley) 1/4/94 2# $FreeBSD$ 3# 4# Doing a make install builds /usr/include 5# 6# The ``rm -rf''s used below are safe because rm doesn't follow symbolic 7# links. 8 --- 27 unchanged lines hidden (view full) --- 36PFILES= mqueue.h sched.h semaphore.h # aio.h 37 38# Only for default SHARED=copies case 39SFILES= soundcard.h 40 41LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \ 42 termios.h ucontext.h 43 | 1# @(#)Makefile 8.2 (Berkeley) 1/4/94 2# $FreeBSD$ 3# 4# Doing a make install builds /usr/include 5# 6# The ``rm -rf''s used below are safe because rm doesn't follow symbolic 7# links. 8 --- 27 unchanged lines hidden (view full) --- 36PFILES= mqueue.h sched.h semaphore.h # aio.h 37 38# Only for default SHARED=copies case 39SFILES= soundcard.h 40 41LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \ 42 termios.h ucontext.h 43 |
44LDIRS= cam msdosfs net netatalk netatm netinet netipx netkey netns nfs \ 45 pccard posix4 sys vm | 44LDIRS= cam msdosfs net netatalk netatm netinet netipx netkey netncp netns \ 45 nfs nwfs pccard posix4 sys vm |
46 47LNOHEADERDIRS= isofs ufs 48LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi 49 50# Define SHARED to indicate whether you want symbolic links to the system 51# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is 52# probably only useful for developers and should be avoided if you do not 53# wish to tie your /usr/include and /usr/src together. --- 73 unchanged lines hidden --- | 46 47LNOHEADERDIRS= isofs ufs 48LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi 49 50# Define SHARED to indicate whether you want symbolic links to the system 51# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is 52# probably only useful for developers and should be avoided if you do not 53# wish to tie your /usr/include and /usr/src together. --- 73 unchanged lines hidden --- |