Deleted Added
full compact
Makefile (51935) Makefile (52228)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 51935 1999-10-04 14:59:37Z peter $
2# $FreeBSD: head/include/Makefile 52228 1999-10-14 06:40:46Z bp $
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
9CLEANFILES= osreldate.h version vers.c
10SUBDIR= rpcsvc

--- 25 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
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
9CLEANFILES= osreldate.h version vers.c
10SUBDIR= rpcsvc

--- 25 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 ---