diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-14 07:16:56 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-14 07:16:56 +0000 |
commit | e6c37b3b94384d1377ca146ad2aa494ee373df8b (patch) | |
tree | 1057d02f540416bd9a50e5d4d76315a191948808 /gnu/usr.sbin | |
parent | 87d64b7359397613bd67602508a68574a7ca4d97 (diff) |
Make a space for the import to come..
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 |