mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
12 lines
155 B
Makefile
12 lines
155 B
Makefile
# $Id$
|
|
|
|
PROG = pnpinfo
|
|
|
|
SRCS = pnpinfo.c
|
|
CFLAGS = -I${.CURDIR}/../../sys
|
|
MAN8 = pnpinfo.8
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/pnpinfo
|
|
|
|
.include <bsd.prog.mk>
|