diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-29 07:16:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-29 07:16:38 +0000 |
commit | 8839fe798e11ddf70cbe2bf4887a3b916b35ca9a (patch) | |
tree | abab0b6cad53ed8bfc2bd189888d91776d1318b4 | |
parent | 2fd307377309a29494a17b2054adaa1eab651a28 (diff) |
disable e2fsprogs for now
-rw-r--r-- | gnu/usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/Makefile b/gnu/usr.sbin/Makefile index 5208763e1eb..243ac578555 100644 --- a/gnu/usr.sbin/Makefile +++ b/gnu/usr.sbin/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 1997/06/14 07:16:54 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 1997/07/29 07:16:37 deraadt Exp $ -SUBDIR+= e2fsprogs +#SUBDIR+= e2fsprogs .include <bsd.subdir.mk> |