diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-15 06:03:13 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-15 06:03:13 +0000 |
commit | ba17f093cfbe0f66e33bed60c33a154881deaf1d (patch) | |
tree | e9cce8301adfdea36055641b9b34356fa03675ae | |
parent | aa971add07025acc503ed1b2eff3bc378ca71a34 (diff) |
Add mkisofs.
-rw-r--r-- | gnu/usr.sbin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.sbin/Makefile b/gnu/usr.sbin/Makefile index 243ac578555..067837601e4 100644 --- a/gnu/usr.sbin/Makefile +++ b/gnu/usr.sbin/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 1997/07/29 07:16:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1997/09/15 06:03:12 downsj Exp $ -#SUBDIR+= e2fsprogs +#SUBDIR+= e2fsprogs mkisofs +SUBDIR+= mkisofs .include <bsd.subdir.mk> |