freebsd_amp_hwpstate/bin/Makefile

13 lines
325 B
Makefile
Raw Normal View History

1994-09-18 21:25:26 +00:00
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
1998-03-13 19:41:06 +00:00
# $Id: Makefile,v 1.9 1997/12/07 02:26:12 peter Exp $
1994-05-26 06:18:55 +00:00
1998-03-13 19:41:06 +00:00
SUBDIR= cat chio chmod cp date dd domainname echo ed expr hostname \
kill ln ls mkdir mv pax pwd rcp rm rmail rmdir sleep \
1994-09-18 21:25:26 +00:00
stty sync test
1994-05-26 06:18:55 +00:00
1998-03-13 19:41:06 +00:00
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=csh df ps sh
.endif
1994-05-26 06:18:55 +00:00
.include <bsd.subdir.mk>