minix/usr.bin/Makefile
Ben Gras 5c00743626 Switch to NetBSD passwd format
Based on work by Vivek Prakash and Gianluca Guida.

See UPDATING about caveats on currently existing accounts.

	. restores netbsd libc pwcache functions
2011-11-14 14:47:42 +00:00

16 lines
259 B
Makefile

# Makefile for usr.bin
.include <bsd.own.mk>
# NetBSD imports
SUBDIR= indent m4 stat tic sed mkdep uniq seq man mdocml \
apropos chpass newgrp passwd
# Non-NetBSD imports
SUBDIR+= ministat
# Minix commands
SUBDIR+= top mkimage
.include <bsd.subdir.mk>