repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
lptctl
/
Makefile
blob
b6f1e9c464a838ff0859af9bffc809b687a253d8
1
# $NetBSD: Makefile,v 1.3 2004/01/21 00:35:09 bjh21 Exp $
2
#
3
# Makefile to build lptctl and man page
4
5
SRCS
=
lptctl.c
6
PROG
=
lptctl
7
MAN
=
lptctl
.8
8
9
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
sys
10
11
.
include
<
bsd.prog.mk
>