Deleted Added
full compact
Makefile (39250) Makefile (39271)
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $Id: Makefile,v 1.82 1998/09/09 11:13:55 kato Exp $
2# $Id: Makefile,v 1.83 1998/09/15 10:22:37 gibbs Exp $
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#
9depend lint tags:
10

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

35MFILES= float.h floatingpoint.h stdarg.h varargs.h
36
37# posix4/aio.h conflicts with dysons and isn't installed:
38PFILES= mqueue.h sched.h semaphore.h \
39 # aio.h
40
41LFILES= errno.h fcntl.h poll.h syslog.h termios.h
42
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#
9depend lint tags:
10

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

35MFILES= float.h floatingpoint.h stdarg.h varargs.h
36
37# posix4/aio.h conflicts with dysons and isn't installed:
38PFILES= mqueue.h sched.h semaphore.h \
39 # aio.h
40
41LFILES= errno.h fcntl.h poll.h syslog.h termios.h
42
43LDIRS= msdosfs net netns netatalk netinet netipx netkey nfs \
43LDIRS= msdosfs net netns netatalk netatm netinet netipx netkey nfs \
44 pccard posix4 sys vm cam \
45 # netccitt netiso
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

--- 81 unchanged lines hidden ---
44 pccard posix4 sys vm cam \
45 # netccitt netiso
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

--- 81 unchanged lines hidden ---