minix/usr.bin/Makefile
Thomas Cort 4483d188f9 Importing usr.bin/colrm
No Minix-specific changes needed.

Change-Id: I3e1b8fd433ab976e1041575e9e654a5205277a29
2013-10-31 08:30:30 -04:00

87 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.210 2012/08/08 14:13:46 christos Exp $
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
.include <bsd.own.mk>
SUBDIR= asa \
banner basename bdes \
bzip2 bzip2recover \
cal chpass cksum col colrm \
column comm csplit ctags cut \
dirname du \
env expand \
finger fold from \
fsplit ftp genassym getopt \
head hexdump indent infocmp join \
lam ldd leave \
lock login logname lorder m4 \
machine make man mesg \
mkdep mkstr mktemp \
\
nbperf newgrp nice nl nohup nvi \
passwd paste pathchk pr \
printenv printf pwhash \
renice rev \
\
sdiff sed seq shlock \
shuffle sort split stat su \
tee tic tput \
tr tsort tty unexpand unifdef \
toproto \
uniq units unvis unzip users \
uuidgen vis \
\
wc what whatis who whois \
write xargs xinstall xstr yes
.if !defined(__MINIX)
SUBDIR+= ../external/zlib/pigz/bin/pigz
.else
# Non-NetBSD imports
SUBDIR+= ministat
# Minix commands
SUBDIR+= top
# LSC FIXME For now we compile unconditionnaly apropos even if we
# do not have whatis
SUBDIR+= apropos
.endif # defie
.if (${MKMAKEMANDB} == "no")
SUBDIR+= apropos whatis
.endif
.if (${MKRUMP} != "no")
SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server
.endif
.if (${MKBSDGREP} != "no")
SUBDIR+= grep
.endif
.if (${MKPIGZGZIP} != "no")
# nothing
.else
SUBDIR+= gzip
.endif
.if (${MKHESIOD} != "no")
SUBDIR+= hesinfo
.endif
.if (${MKSKEY} != "no")
SUBDIR+= skey skeyinfo skeyinit
.endif
.if (${MKYP} != "no")
SUBDIR+= ypcat ypmatch ypwhich
.endif
.if (${MKCRYPTO} != "no")
SUBDIR+= bdes
SUBDIR+= nbsvtool
.endif
.include <bsd.subdir.mk>