diff options
Diffstat (limited to 'usr.sbin/hilinfo/Makefile')
-rw-r--r-- | usr.sbin/hilinfo/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/hilinfo/Makefile b/usr.sbin/hilinfo/Makefile new file mode 100644 index 00000000000..c72a5eb2eaf --- /dev/null +++ b/usr.sbin/hilinfo/Makefile @@ -0,0 +1,7 @@ +# $Id: Makefile,v 1.1 1995/10/18 08:47:35 deraadt Exp $ + +PROG= hilinfo +NOMAN= +CFLAGS+= -I${.CURDIR}/../../sys/arch/hp300 + +.include <bsd.prog.mk> |