--- src/usr.sbin/pnpinfo/Makefile 2003/06/17 04:30:00 1.2 +++ src/usr.sbin/pnpinfo/Makefile 2005/02/19 01:44:06 1.3 @@ -1,5 +1,5 @@ # $FreeBSD: src/usr.sbin/pnpinfo/Makefile,v 1.4.2.2 2001/04/25 12:10:32 ru Exp $ -# $DragonFly: src/usr.sbin/pnpinfo/Makefile,v 1.1 2003/06/16 07:31:46 dillon Exp $ +# $DragonFly$ PROG= pnpinfo @@ -7,14 +7,6 @@ SRCS= pnpinfo.c CFLAGS+=-I${.CURDIR}/../../sys MAN= pnpinfo.8 -.if ${MACHINE} == "pc98" -CFLAGS+= -DPC98 -.endif - -.if ${MACHINE_ARCH} == "alpha" -LDADD+= -lio -.endif - .PATH: ${.CURDIR}/../../contrib/pnpinfo .include