diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-08-30 02:59:11 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-08-30 02:59:11 +0000 |
commit | fb35b471793e1d3c2061b4b2fa89c4da13db69f2 (patch) | |
tree | 04f5b8468752b46f69df03f50aad3ca8113469b1 /usr.sbin/Makefile | |
parent | 224407d6a835e32eaa3e6150357f966a357f3dd9 (diff) | |
download | src-test2-fb35b471793e1d3c2061b4b2fa89c4da13db69f2.tar.gz src-test2-fb35b471793e1d3c2061b4b2fa89c4da13db69f2.zip |
Notes
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 0a7fbc6b14fa..2062733c3d47 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -313,6 +313,7 @@ _zzz= zzz .if !defined(NO_ACPI) _acpi= acpi .endif +_kgmon= kgmon .if !defined(NOLIBPTHREAD) _pppctl= pppctl .endif |