Deleted Added
full compact
Makefile (17432) Makefile (17706)
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $Id: Makefile,v 1.38 1996/07/09 15:48:20 ache Exp $
2# $Id: Makefile,v 1.39 1996/08/04 22:34:23 wosch 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 depend lint tags:
10
11CLEANFILES=version vers.c
12SUBDIR= rpcsvc
13FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
14 err.h f2c.h fnmatch.h fstab.h fts.h glob.h grp.h strhash.h histedit.h \
15 kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h ndbm.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 depend lint tags:
10
11CLEANFILES=version vers.c
12SUBDIR= rpcsvc
13FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
14 err.h f2c.h fnmatch.h fstab.h fts.h glob.h grp.h strhash.h histedit.h \
15 kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h ndbm.h \
16 netdb.h nl_types.h nlist.h paths.h pthread.h pwd.h ranlib.h regex.h \
17 regexp.h resolv.h rune.h runetype.h setjmp.h sgtty.h signal.h \
18 stab.h stddef.h stdio.h stdlib.h string.h strings.h struct.h \
19 sysexits.h tar.h time.h timers.h ttyent.h unistd.h utime.h \
16 netdb.h nl_types.h nlist.h paths.h pthread.h pthread_np.h pwd.h \
17 ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h sgtty.h \
18 signal.h stab.h stddef.h stdio.h stdlib.h string.h strings.h \
19 struct.h sysexits.h tar.h time.h timers.h ttyent.h unistd.h utime.h \
20 utmp.h vis.h
21.if defined(WANT_CSRG_LIBM)
22FILES+= math.h
23.endif
24
25MFILES= float.h floatingpoint.h stdarg.h varargs.h
26LFILES= errno.h fcntl.h syslog.h termios.h
27

--- 98 unchanged lines hidden ---
20 utmp.h vis.h
21.if defined(WANT_CSRG_LIBM)
22FILES+= math.h
23.endif
24
25MFILES= float.h floatingpoint.h stdarg.h varargs.h
26LFILES= errno.h fcntl.h syslog.h termios.h
27

--- 98 unchanged lines hidden ---