Revision 27b85a8d4d26df325e31e97be1d2f9d42fa3a98c authored by Andriy Gapon on 22 January 2010, 09:42:41 UTC, committed by Andriy Gapon on 22 January 2010, 09:42:41 UTC
1 parent aa58756
Raw File
Makefile
# $FreeBSD$

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

PROG=	pnpinfo
MAN=	pnpinfo.8

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

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

.include <bsd.prog.mk>
back to top