Deleted Added
full compact
Makefile (76930) Makefile (77031)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 76930 2001-05-21 12:37:04Z ru $
2# $FreeBSD: head/include/Makefile 77031 2001-05-23 09:42:29Z ru $
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 rpc

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

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 \
43 netipx netkey netnatm netncp netns netsmb nfs ntfs nwfs pccard posix4 \
44 sys vm
45
46LNOHEADERDIRS= fs isofs ufs dev
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 rpc

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

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 \
43 netipx netkey netnatm netncp netns netsmb nfs ntfs nwfs pccard posix4 \
44 sys vm
45
46LNOHEADERDIRS= fs isofs ufs dev
47LSUBDIRS= fs/smbfs isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs \
48 cam/scsi dev/ppbus dev/usb dev/wi
49
47
48LSUBDIRS= cam/scsi dev/ppbus dev/usb dev/wi \
49 fs/fdesc fs/fifofs fs/nullfs fs/portal fs/procfs fs/smbfs \
50 fs/umapfs fs/union isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs
51
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.
54#SHARED= symlinks
55SHARED?= copies
56
57all: osreldate.h

--- 74 unchanged lines hidden ---
52# Define SHARED to indicate whether you want symbolic links to the system
53# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
54# probably only useful for developers and should be avoided if you do not
55# wish to tie your /usr/include and /usr/src together.
56#SHARED= symlinks
57SHARED?= copies
58
59all: osreldate.h

--- 74 unchanged lines hidden ---