11 lines
213 B
Makefile
11 lines
213 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.5 1994/06/30 05:33:42 cgd Exp $
|
|
|
|
SUBDIR= lpc lpd lpq lpr lprm lptest pac filters
|
|
|
|
.if make(install)
|
|
SUBDIR+= SMM.doc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|