Makefile (0e8911b3951244f44e10dffa025038a5d6414892) | Makefile (1250db81390606572908abd88d78c1f2fa5a1832) |
---|---|
1# @(#)Makefile 8.2 (Berkeley) 1/4/94 2# $FreeBSD$ 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 ieeefp.h ifaddrs.h iso646.h \ | 1# @(#)Makefile 8.2 (Berkeley) 1/4/94 2# $FreeBSD$ 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 ieeefp.h ifaddrs.h iso646.h \ |
14 limits.h link.h locale.h malloc.h memory.h mpool.h \ | 14 libgen.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 \ 18 search.h setjmp.h sgtty.h \ 19 signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \ 20 strings.h struct.h sysexits.h tar.h time.h timers.h \ 21 ttyent.h unistd.h utime.h utmp.h vis.h 22.if defined(WANT_CSRG_LIBM) --- 118 unchanged lines hidden --- | 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 \ 18 search.h setjmp.h sgtty.h \ 19 signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \ 20 strings.h struct.h sysexits.h tar.h time.h timers.h \ 21 ttyent.h unistd.h utime.h utmp.h vis.h 22.if defined(WANT_CSRG_LIBM) --- 118 unchanged lines hidden --- |