mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
bmake'd pnpinfo
This commit is contained in:
parent
d737df25ad
commit
fa3699b078
1 changed files with 11 additions and 0 deletions
11
usr.sbin/pnpinfo/Makefile
Normal file
11
usr.sbin/pnpinfo/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# $Id$
|
||||
|
||||
PROG = pnpinfo
|
||||
|
||||
SRCS = pnpinfo.c
|
||||
CFLAGS = -I${.CURDIR}/../../sys
|
||||
MAN8 = pnpinfo.8
|
||||
|
||||
.PATH: ${.CURDIR}/../../contrib/pnpinfo
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
Loading…
Reference in a new issue