diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-08-03 06:28:56 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-08-03 06:28:56 +0000 |
commit | c8e89e08f1d0e5393e99f843a8400c1d104829e8 (patch) | |
tree | 5f92d210b1607aa8478eb5343524d531ea5f6a1c /sysutils | |
parent | Kernel `config' wrapper ala Digital Unix's doconfig (diff) |
Activate doconfig.
Notes
Notes:
svn path=/head/; revision=12261
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 07027d596a5e..13654c59127d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.39 1998/07/17 17:43:18 mph Exp $ +# $Id: Makefile,v 1.40 1998/07/20 22:23:04 dburr Exp $ # SUBDIR += LPRng @@ -10,6 +10,7 @@ SUBDIR += cfengine SUBDIR += contool SUBDIR += daemontools + SUBDIR += doconfig SUBDIR += gtar SUBDIR += idled SUBDIR += lsof |