]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pnpinfo/Makefile
This commit was generated by cvs2svn to compensate for changes in r77298,
[FreeBSD/FreeBSD.git] / usr.sbin / pnpinfo / Makefile
1 # $FreeBSD$
2
3 PROG=   pnpinfo
4
5 SRCS=   pnpinfo.c
6 CFLAGS+=-I${.CURDIR}/../../sys
7 MAN=    pnpinfo.8
8
9 .if ${MACHINE} == "pc98"
10 CFLAGS+= -DPC98
11 .endif
12
13 .if ${MACHINE_ARCH} == "alpha"
14 LDADD+= -lio
15 .endif
16
17 .PATH:  ${.CURDIR}/../../contrib/pnpinfo
18
19 .include <bsd.prog.mk>