Deleted Added
full compact
Makefile (41928) Makefile (42029)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $Id: Makefile,v 1.87 1998/10/17 15:52:48 bde Exp $
2# $Id: Makefile,v 1.88 1998/12/19 00:21:13 dt 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
9CLEANFILES= osreldate.h version vers.c
10SUBDIR= rpcsvc
11FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
12 dlfcn.h elf.h err.h fnmatch.h fstab.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
9CLEANFILES= osreldate.h version vers.c
10SUBDIR= rpcsvc
11FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
12 dlfcn.h elf.h err.h fnmatch.h fstab.h \
13 fts.h glob.h grp.h strhash.h histedit.h iso646.h \
13 fts.h glob.h grp.h strhash.h histedit.h ieeefp.h iso646.h \
14 kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h \
15 ndbm.h netdb.h nl_types.h nlist.h objformat.h \
16 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 stringlist.h \
19 strings.h struct.h sysexits.h tar.h time.h timepps.h timers.h \
20 ttyent.h unistd.h utime.h utmp.h vis.h
21.if defined(WANT_CSRG_LIBM)

--- 98 unchanged lines hidden ---
14 kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h \
15 ndbm.h netdb.h nl_types.h nlist.h objformat.h \
16 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 stringlist.h \
19 strings.h struct.h sysexits.h tar.h time.h timepps.h timers.h \
20 ttyent.h unistd.h utime.h utmp.h vis.h
21.if defined(WANT_CSRG_LIBM)

--- 98 unchanged lines hidden ---