Deleted Added
full compact
Makefile (2004) Makefile (2151)
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $Id: Makefile,v 1.8 1994/08/07 22:29:20 wollman Exp $
2# $Id: Makefile,v 1.9 1994/08/10 06:24:42 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
11SUBDIR= rpcsvc
12# XXX MISSING: mp.h
13FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
14 err.h fnmatch.h fstab.h fts.h glob.h grp.h histedit.h kvm.h \
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
11SUBDIR= rpcsvc
12# XXX MISSING: mp.h
13FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
14 err.h fnmatch.h fstab.h fts.h glob.h grp.h histedit.h kvm.h \
15 limits.h link.h \
16 locale.h \
17 math.h memory.h mpool.h ndbm.h netdb.h nlist.h paths.h pwd.h \
18 ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h \
19 sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h strings.h \
20 struct.h sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h \
15 limits.h link.h locale.h math.h memory.h mpool.h ndbm.h \
16 netdb.h nlist.h paths.h pwd.h ranlib.h regex.h regexp.h \
17 resolv.h rune.h runetype.h setjmp.h sgtty.h signal.h skey.h \
18 stab.h stddef.h stdio.h stdlib.h string.h strings.h struct.h \
19 sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h \
21 utmp.h vis.h
22
23MFILES= float.h floatingpoint.h frame.h stdarg.h varargs.h
24LFILES= errno.h fcntl.h syslog.h termios.h
25
26DIRS= arpa protocols rpc
27LDIRS= net netccitt netinet netiso netns nfs sys vm
28LUDIR= ufs

--- 81 unchanged lines hidden ---
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 rpc
26LDIRS= net netccitt netinet netiso netns nfs sys vm
27LUDIR= ufs

--- 81 unchanged lines hidden ---