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

Indexes created Wed Dec 03 09:09:31 GMT 2025