NetBSD/usr.sbin/lpr/Makefile

11 lines
213 B
Makefile
Raw Normal View History

# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1994-06-30 09:33:30 +04:00
# $Id: Makefile,v 1.5 1994/06/30 05:33:42 cgd Exp $
1993-03-21 12:45:37 +03:00
1994-05-18 05:25:17 +04:00
SUBDIR= lpc lpd lpq lpr lprm lptest pac filters
1993-03-21 12:45:37 +03:00
1994-06-30 09:33:30 +04:00
.if make(install)
SUBDIR+= SMM.doc
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>