summaryrefslogtreecommitdiff
path: root/usr.sbin/hilinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/hilinfo/Makefile')
-rw-r--r--usr.sbin/hilinfo/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/usr.sbin/hilinfo/Makefile b/usr.sbin/hilinfo/Makefile
deleted file mode 100644
index 756730ca089..00000000000
--- a/usr.sbin/hilinfo/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $OpenBSD: Makefile,v 1.5 2002/02/19 20:20:39 miod Exp $
-
-.if ${MACHINE}=="hp300"
-PROG= hilinfo
-CFLAGS+= -I${.CURDIR}/../../sys/arch/hp300
-DPADD= ${LIBUTIL}
-LDADD= -lutil
-.else
-NOPROG=yes
-.endif
-
-MAN=hilinfo.8
-MANSUBDIR=hp300
-
-.include <bsd.prog.mk>