Makefile (c2608318333616b080d85aba3465963e3190ebe5) Makefile (1166fb516bcab6af5f87763ab7a68b7b1416ecbb)
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

--- 25 unchanged lines hidden (view full) ---

34PFILES= mqueue.h sched.h semaphore.h # aio.h
35
36# Only for default SHARED=copies case
37SFILES= soundcard.h joystick.h
38
39LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \
40 termios.h ucontext.h
41
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

--- 25 unchanged lines hidden (view full) ---

34PFILES= mqueue.h sched.h semaphore.h # aio.h
35
36# Only for default SHARED=copies case
37SFILES= soundcard.h joystick.h
38
39LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \
40 termios.h ucontext.h
41
42LDIRS= cam msdosfs net netatalk netatm netgraph netinet netinet6 \
42LDIRS= cam net netatalk netatm netgraph netinet netinet6 \
43 netipx netkey netnatm netncp netns netsmb nfs ntfs nwfs pccard posix4 \
44 sys vm
45
46LNOHEADERDIRS= fs isofs ufs dev
47
48LSUBDIRS= cam/scsi dev/ppbus dev/usb dev/wi \
43 netipx netkey netnatm netncp netns netsmb nfs ntfs nwfs pccard posix4 \
44 sys vm
45
46LNOHEADERDIRS= fs isofs ufs dev
47
48LSUBDIRS= cam/scsi dev/ppbus dev/usb dev/wi \
49 fs/fdescfs fs/fifofs fs/nullfs fs/portalfs fs/procfs fs/smbfs \
50 fs/umapfs fs/unionfs isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs
49 fs/fdescfs fs/fifofs fs/msdosfs fs/nullfs fs/portalfs \
50 fs/procfs fs/smbfs fs/umapfs fs/unionfs isofs/cd9660 \
51 ufs/ffs ufs/mfs ufs/ufs
51
52# For SHARED=symlinks, cam is a symlink, so cam/scsi is taken care of
53LSYMSUBDIRS= ${LSUBDIRS:Ncam/scsi}
54
55# Define SHARED to indicate whether you want symbolic links to the system
56# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
57# probably only useful for developers and should be avoided if you do not
58# wish to tie your /usr/include and /usr/src together.

--- 81 unchanged lines hidden ---
52
53# For SHARED=symlinks, cam is a symlink, so cam/scsi is taken care of
54LSYMSUBDIRS= ${LSUBDIRS:Ncam/scsi}
55
56# Define SHARED to indicate whether you want symbolic links to the system
57# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
58# probably only useful for developers and should be avoided if you do not
59# wish to tie your /usr/include and /usr/src together.

--- 81 unchanged lines hidden ---