summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1998-11-09 11:08:48 +0000
committerDima Ruban <dima@FreeBSD.org>1998-11-09 11:08:48 +0000
commit87bc830f60ed8f0d6eaebcbf0abbbc8f83b6d611 (patch)
treeb244eb770613dff333ae8b99662eb1b40a965f5e /usr.bin/Makefile
parent8df85cf6dcaa7f2ba2bd820b6baf04ab67bf80bc (diff)
downloadsrc-test-87bc830f60ed8f0d6eaebcbf0abbbc8f83b6d611.tar.gz
src-test-87bc830f60ed8f0d6eaebcbf0abbbc8f83b6d611.zip
Reenable fstat for alpha.
Notes
Notes: svn path=/head/; revision=41036
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7cc8249364435..ba08361702c73 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.119 1998/11/08 12:37:30 gpalmer Exp $
+# $Id: Makefile,v 1.120 1998/11/09 10:52:43 dima Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct xsend
@@ -53,6 +53,7 @@ SUBDIR= apply \
fpr \
from \
fsplit \
+ fstat \
ftp \
gencat \
gensetdefs \
@@ -208,7 +209,6 @@ SUBDIR+=telnet
# Things that don't compile on alpha or are aout specific:
SUBDIR+=ar \
brandelf \
- fstat \
gcore \
gprof \
gprof4 \