d90bee9749
/etc/profile enables by default tabcompletion, as well as emacs mode, in order to keep the old MINIX ash behavior. Note: The shell now refuses to source a script without a relative or absolute path. This means: - '. myscript.sh' fails, while - '. ./myscript.sh' succeeds Change-Id: I0be89b0747bd005e4c05cadb937af86883627dc6
8 lines
243 B
Makefile
8 lines
243 B
Makefile
# $NetBSD: Makefile,v 1.22 2007/12/31 15:31:24 ad Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
SUBDIR= cat chmod cp date df echo ed expr hostname \
|
|
kill ksh ln ls mkdir mv pax pwd rm rmdir sh \
|
|
sleep stty sync test
|
|
|
|
.include <bsd.subdir.mk>
|