51ffecc181
. abandons mixer, gomoku, talk, talkd, top from base system . compile top with clang so no ack-compiled program needs -lcurses any more
14 lines
211 B
Makefile
14 lines
211 B
Makefile
# Makefile for usr.bin
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# NetBSD imports
|
|
SUBDIR= indent m4 stat tic sed mkdep uniq
|
|
|
|
# Non-NetBSD imports
|
|
SUBDIR+= ministat mkimage
|
|
|
|
# Minix commands
|
|
SUBDIR+= top
|
|
|
|
.include <bsd.subdir.mk>
|