diff options
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/smart/Makefile | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 3d3a8443a7cf..9e885d5d45c5 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -81,6 +81,7 @@ SUBDIR= adduser \ setfib \ setfmac \ setpmac \ + smart \ smbmsg \ snapinfo \ spi \ diff --git a/usr.sbin/smart/Makefile b/usr.sbin/smart/Makefile new file mode 100644 index 000000000000..924b06d3ebcb --- /dev/null +++ b/usr.sbin/smart/Makefile @@ -0,0 +1,8 @@ +.include <src.opts.mk> + +SMARTDIR=${SRCTOP}/contrib/smart +.PATH: ${SMARTDIR} + +PACKAGE= smart + +.include "${SMARTDIR}/Makefile" |
