diff options
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/Makefile | 5 | ||||
-rw-r--r-- | gnu/usr.sbin/Makefile.inc | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.sbin/Makefile b/gnu/usr.sbin/Makefile new file mode 100644 index 00000000000..5208763e1eb --- /dev/null +++ b/gnu/usr.sbin/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 1997/06/14 07:16:54 downsj Exp $ + +SUBDIR+= e2fsprogs + +.include <bsd.subdir.mk> diff --git a/gnu/usr.sbin/Makefile.inc b/gnu/usr.sbin/Makefile.inc new file mode 100644 index 00000000000..895d891b3f0 --- /dev/null +++ b/gnu/usr.sbin/Makefile.inc @@ -0,0 +1,3 @@ +# $OpenBSD: Makefile.inc,v 1.1 1997/06/14 07:16:55 downsj Exp $ + +BINDIR?= /usr/sbin |