diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-09 16:41:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-09 16:41:34 +0000 |
commit | c8a4e438f9cf12da68fbba3eb959836cbcfc60ec (patch) | |
tree | 4754bfd1f4dd0056cf219b4c34a27f1ca7297458 /gnu/Makefile | |
parent | 5a8be4d0389edca96e00abdbfbc4a4b6f3140468 (diff) |
uucp goes away
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 764215b56dc..d49314f353c 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 1997/06/14 07:46:28 downsj Exp $ +# $OpenBSD: Makefile,v 1.5 2001/09/09 16:41:30 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/04/23 07:49:43 cgd Exp $ -SUBDIR+= lib usr.bin usr.sbin libexec +SUBDIR+= lib usr.bin usr.sbin .include <bsd.subdir.mk> |