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