xref: /openbsd/usr.sbin/lpr/Makefile (revision 404b540a)
1#	$OpenBSD: Makefile,v 1.4 2001/12/06 03:12:30 ericj Exp $
2
3SUBDIR=	lpc lpd lpq lpr lprm lptest pac filters
4
5.if make(install)
6SUBDIR+= SMM.doc
7.endif
8
9CFLAGS+=	-Wall
10.include <bsd.subdir.mk>
11