minix/usr.bin/Makefile
Ben Gras 51ffecc181 import elf-only -lcurses
. abandons mixer, gomoku, talk, talkd, top from base system
	. compile top with clang so no ack-compiled program
	  needs -lcurses any more
2011-07-25 11:08:17 +02:00

15 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>