diff options
author | 1997-06-14 07:16:54 +0000 | |
---|---|---|
committer | 1997-06-14 07:16:54 +0000 | |
commit | 266e128d9d7eed0cc277fe65317b819761b53f0e (patch) | |
tree | 15d05c60dbad0e49595c9590401c43c39db551f0 | |
parent | i have made a mistake, and i do not yet understand how (diff) | |
download | wireguard-openbsd-266e128d9d7eed0cc277fe65317b819761b53f0e.tar.xz wireguard-openbsd-266e128d9d7eed0cc277fe65317b819761b53f0e.zip |
Make a space for the import to come..
-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 |