diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-30 12:38:57 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-30 12:38:57 +0000 |
commit | 3c217d358e6e018ca00b6c874b588ec1c65175aa (patch) | |
tree | d2d567cd83d46a910dfaa975688a44b64dd36c1e | |
parent | d4767b5f68213545e48428358a2bde2fb94c00dd (diff) |
Active popt and logrotate
Notes
Notes:
svn path=/head/; revision=24289
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2cf184f2d09f..e73a3d64b5f0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -150,6 +150,7 @@ SUBDIR += pharmacy SUBDIR += picprog SUBDIR += pmake + SUBDIR += popt SUBDIR += portcheckout SUBDIR += portlint SUBDIR += prcs diff --git a/sysutils/Makefile b/sysutils/Makefile index 23706bee88de..d3bcb50e36fc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -40,6 +40,7 @@ SUBDIR += lavaps SUBDIR += libretto-config SUBDIR += lmmon + SUBDIR += logrotate SUBDIR += lsof SUBDIR += manck SUBDIR += mei |