Cross Reference: Makefile
xref: /src/usr.sbin/lpr/lpd/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/lpr/lpd/
Makefile revision 1.14
11.14Smycroft#	$NetBSD: Makefile,v 1.14 2000/06/05 17:41:19 mycroft Exp $
21.5Scgd#	@(#)Makefile	8.1 (Berkeley) 6/6/93
31.1Scgd
41.1ScgdPROG=	lpd
51.6ScgdMAN=	lpd.8
61.12SitojunSRCS=	lpd.c printjob.c recvjob.c lpdchar.c key.c modes.c ttcompat.c rcmd.c
71.12Sitojun
81.12Sitojun# the ugly hack is to correctly include lib/libc/include/pathnames.h,
91.12Sitojun# not usr.sbin/lpr/common_source/pathnames.h
101.12Sitojunrcmd.o: rcmd.c
111.14Smycroft	${CC} ${CFLAGS} -I${.CURDIR}/../../../lib/libc/include -DINET6 \
121.14Smycroft	    ${CPPFLAGS} -c ${.IMPSRC}
131.12Sitojun
141.12Sitojun.PATH:	${.CURDIR}/../../../lib/libc/net
151.1Scgd
161.1Scgd.include <bsd.prog.mk>
17

Indexes created Thu Nov 27 23:09:41 GMT 2025