Deleted Added
full compact
Makefile (1833) Makefile (1839)
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $Id$
2# $Id: Makefile,v 1.5 1994/08/04 19:04:38 wollman 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#
9all clean cleandir depend lint tags:
10

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

17 ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h \
18 sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h strings.h \
19 struct.h sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h \
20 utmp.h vis.h
21
22MFILES= float.h floatingpoint.h frame.h stdarg.h varargs.h
23LFILES= errno.h fcntl.h syslog.h termios.h
24
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#
9all clean cleandir depend lint tags:
10

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

17 ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h \
18 sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h strings.h \
19 struct.h sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h \
20 utmp.h vis.h
21
22MFILES= float.h floatingpoint.h frame.h stdarg.h varargs.h
23LFILES= errno.h fcntl.h syslog.h termios.h
24
25DIRS= arpa protocols
25DIRS= arpa protocols rpc
26LDIRS= net netccitt netinet netiso netns nfs sys vm
27LUDIR= ufs
28UDIRS= ufs/ffs ufs/lfs ufs/mfs ufs/ufs
29
30NOOBJ= noobj
31
32# Define SHARED to indicate whether you want symbolic links to the system
33# source (``symlinks''), or a separate copy (``copies''); (latter useful

--- 70 unchanged lines hidden ---
26LDIRS= net netccitt netinet netiso netns nfs sys vm
27LUDIR= ufs
28UDIRS= ufs/ffs ufs/lfs ufs/mfs ufs/ufs
29
30NOOBJ= noobj
31
32# Define SHARED to indicate whether you want symbolic links to the system
33# source (``symlinks''), or a separate copy (``copies''); (latter useful

--- 70 unchanged lines hidden ---