
No changes except for one cosmetic adjustment: NetBSD has chosen to rename the standard TT column to TTY and not shorten tty names; we undo those changes, making ps(1) behave more in accordance with the specification and its manual page, and, most importantly for us, not use an incredibly wide TTY column to print "console". Change-Id: I3b3c198762f3eacf1b8e500557a803c1fedf2a61
11 lines
295 B
Makefile
11 lines
295 B
Makefile
# $NetBSD: Makefile,v 1.22 2007/12/31 15:31:24 ad Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
#__MINIX: chio mt ps
|
|
|
|
SUBDIR= cat chmod cp csh date dd df domainname echo ed expr hostname \
|
|
kill ksh ln ls mkdir mv pax ps pwd rcp rcmd rm rmdir sh \
|
|
sleep stty sync test
|
|
|
|
.include <bsd.subdir.mk>
|