mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Now that alpha uses FreeBSD syscalls, all these work.
This commit is contained in:
parent
36fe61fe12
commit
00bc12659e
1 changed files with 3 additions and 7 deletions
10
bin/Makefile
10
bin/Makefile
|
|
@ -1,16 +1,12 @@
|
|||
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
# $Id: Makefile,v 1.11 1998/05/09 06:42:52 jb Exp $
|
||||
# $Id: Makefile,v 1.12 1998/05/27 09:25:22 phk Exp $
|
||||
|
||||
SUBDIR= cat chio chmod cp csh date dd domainname echo ed expr hostname \
|
||||
kill ln ls mkdir mv pax pwd rcp rm rmdir sh sleep \
|
||||
SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \
|
||||
kill ln ls mkdir mv pax ps pwd rcp rm rmdir sh sleep \
|
||||
stty sync test
|
||||
|
||||
.if !defined(NO_SENDMAIL)
|
||||
SUBDIR+=rmail
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR+=df ps
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue