diff options
author | pjd <pjd@FreeBSD.org> | 2005-10-12 21:40:41 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-10-12 21:40:41 +0000 |
commit | 053665bac90d14585a498ab6f860e11fbdeeeb36 (patch) | |
tree | 1600cb34f9373cf9f3b7a23f20390e0cacf1a3dc /sbin/Makefile | |
parent | 3e107f99141a41b88c5c2b73ebd82591076ea73a (diff) | |
download | FreeBSD-src-053665bac90d14585a498ab6f860e11fbdeeeb36.zip FreeBSD-src-053665bac90d14585a498ab6f860e11fbdeeeb36.tar.gz |
setkey(8) was repo-copied from usr.sbin/ to sbin/.
This will allow for NFS mount of /usr over IPsec.
Discussed on: arch@
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 89ce11d..bf43850 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -81,6 +81,7 @@ SUBDIR= adjkerntz \ rtsol \ savecore \ ${_sconfig} \ + setkey \ shutdown \ slattach \ spppcontrol \ |