freebsd-dev/usr.sbin/pnpinfo/Makefile

20 lines
256 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
1997-09-19 15:41:57 +00:00
1998-03-12 12:54:25 +00:00
PROG= pnpinfo
1997-09-19 15:41:57 +00:00
1998-03-12 12:54:25 +00:00
SRCS= pnpinfo.c
CFLAGS+=-I${.CURDIR}/../../sys
MAN= pnpinfo.8
1997-09-19 15:41:57 +00:00
2000-05-11 11:09:50 +00:00
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
1999-05-22 17:35:48 +00:00
.if ${MACHINE_ARCH} == "alpha"
LDADD+= -lio
.endif
1997-09-19 15:41:57 +00:00
.PATH: ${.CURDIR}/../../contrib/pnpinfo
.include <bsd.prog.mk>