Makefile (0c20d793916d73a2991532bdae33647eab0d04cd) Makefile (cfa4d7398872119c6b9f480bc86a0ada6f0bb8ec)
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $Id: Makefile,v 1.79 1998/06/11 08:56:40 peter Exp $
2# $Id: Makefile,v 1.80 1998/08/01 13:42:12 alex 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
11CLEANFILES= osreldate.h version vers.c
12SUBDIR= rpcsvc
13FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
14 dlfcn.h elf.h err.h fnmatch.h fstab.h \
15 fts.h glob.h grp.h strhash.h histedit.h iso646.h \
16 kvm.h limits.h link.h locale.h malloc.h memory.h mpool.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#
9depend lint tags:
10
11CLEANFILES= osreldate.h version vers.c
12SUBDIR= rpcsvc
13FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
14 dlfcn.h elf.h err.h fnmatch.h fstab.h \
15 fts.h glob.h grp.h strhash.h histedit.h iso646.h \
16 kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h \
17 ndbm.h netdb.h nl_types.h nlist.h \
17 ndbm.h netdb.h nl_types.h nlist.h objformat.h \
18 paths.h pthread.h pthread_np.h pwd.h \
19 ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h sgtty.h \
20 signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \
21 strings.h struct.h sysexits.h tar.h time.h timepps.h timers.h \
22 ttyent.h unistd.h utime.h utmp.h vis.h
23.if defined(WANT_CSRG_LIBM)
24FILES+= math.h
25.endif

--- 107 unchanged lines hidden ---
18 paths.h pthread.h pthread_np.h pwd.h \
19 ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h sgtty.h \
20 signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \
21 strings.h struct.h sysexits.h tar.h time.h timepps.h timers.h \
22 ttyent.h unistd.h utime.h utmp.h vis.h
23.if defined(WANT_CSRG_LIBM)
24FILES+= math.h
25.endif

--- 107 unchanged lines hidden ---