2009-04-22 19:23:01 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2009/04/22 15:23:05 lukem Exp $
|
2004-01-21 03:33:37 +03:00
|
|
|
#
|
2004-01-20 02:22:23 +03:00
|
|
|
# Makefile to build lptctl and man page
|
|
|
|
|
|
|
|
SRCS= lptctl.c
|
|
|
|
PROG= lptctl
|
|
|
|
MAN= lptctl.8
|
|
|
|
|
2004-01-20 02:34:15 +03:00
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
|
|
|
|
|
2004-01-20 02:22:23 +03:00
|
|
|
.include <bsd.prog.mk>
|