diff options
author | Duncaen <mail@duncano.de> | 2017-11-21 19:06:37 +0100 |
---|---|---|
committer | Duncaen <mail@duncano.de> | 2017-11-21 19:06:37 +0100 |
commit | 578dcf48cd4ae725e375d3b53a7a3fe272f5f8cd (patch) | |
tree | 6f0d47f7a4c6df6e5c1b34c7cb0edc9162501ca0 /usr.bin/Makefile | |
parent | a896ccd36a47547af9c976639c41575d69d44163 (diff) | |
download | lobase-578dcf48cd4ae725e375d3b53a7a3fe272f5f8cd.tar.gz |
usr.bin/unifdef: import from OPENBSD_6_2
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 0e22019..b630755 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -5,6 +5,7 @@ SUBDIR= apply awk basename bc biff cal calendar cmp colrm col column comm \ logname look mktemp nice nl nohup paste patch printenv printf readlink \ renice rev rs sed shar sort spell split stat tee time touch tr true \ tsort tty ul units uname unexpand uniq unvis uudecode uuencode vis wc \ - what which xinstall htpasswd cu newsyslog sdiff banner cap_mkdb signify + what which xinstall htpasswd cu newsyslog sdiff banner cap_mkdb signify \ + unifdef SKIPDIR=file ftp cu include ${.TOPDIR}/mk/bsd.subdir.mk |