Cross Reference: Makefile
xref: /src/include/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/include/
Makefile revision 1.71
1#	$NetBSD: Makefile,v 1.71 1998/02/02 21:07:13 perry Exp $
2#	@(#)Makefile	8.2 (Berkeley) 1/4/94
3
4# Doing a make includes builds /usr/include
5
6# Missing: mp.h
7
8INCS=	a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \
9	disktab.h dlfcn.h err.h fnmatch.h fstab.h fts.h glob.h grp.h ieeefp.h \
10	iso646.h kvm.h langinfo.h libgen.h limits.h locale.h malloc.h math.h \
11	md4.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h \
12	paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h resolv.h rmt.h \
13	search.h setjmp.h sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h \
14	string.h strings.h stringlist.h struct.h sysexits.h tar.h time.h \
15	ttyent.h tzfile.h unistd.h util.h utime.h utmp.h vis.h
16INCS+=	arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h
17INCS+=	protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
18	protocols/talkd.h protocols/timed.h
19INCS+=	rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/pmap_clnt.h rpc/pmap_prot.h \
20	rpc/pmap_rmt.h rpc/rpc.h rpc/rpc_msg.h rpc/svc.h rpc/svc_auth.h \
21	rpc/types.h rpc/xdr.h
22INCS+=	rpcsvc/yp_prot.h rpcsvc/ypclnt.h
23INCSDIR=/usr/include
24
25NOOBJ=	noobj
26
27.include <bsd.prog.mk>
28

Indexes created Thu Dec 11 15:09:36 GMT 2025