summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pnpinfo/Makefile
blob: 294b4f758d4f80cd4996b5eb65223a72bb582306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../../contrib/pnpinfo

PROG=	pnpinfo
MAN=	pnpinfo.8

CFLAGS+= -I${.CURDIR}/../../sys

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud