10 lines
184 B
Makefile
10 lines
184 B
Makefile
# $NetBSD: Makefile,v 1.3 1997/10/10 09:26:37 lukem Exp $
|
|
# @(#)Makefile 5.6 (Berkeley) 6/23/90
|
|
|
|
FILES= lp
|
|
FILESDIR= /usr/bin
|
|
FILESMODE= 555
|
|
MAN= lp.1
|
|
|
|
.include <bsd.prog.mk>
|