diff --git a/sbin/Makefile b/sbin/Makefile index b927e49bacd1..a13dca7c78ce 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -68,7 +68,6 @@ SUBDIR= adjkerntz \ newfs \ newfs_msdos \ nfsiod \ - nologin \ nos-tun \ ${_pfctl} \ ${_pflogd} \ diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 23982b01fad6..1ffe51b9501e 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -100,6 +100,7 @@ SUBDIR= ac \ nfsd \ ngctl \ nghook \ + nologin \ ${_nslookup} \ ${_nsupdate} \ ntp \