unsurprisingly, I guess, gcore does not work. oops

This commit is contained in:
tls 1995-09-05 02:58:42 +00:00
parent 4fe348bcc0
commit 9460f18c9e
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91
# $Id: Makefile,v 1.53 1995/09/05 02:41:54 tls Exp $
# $Id: Makefile,v 1.54 1995/09/05 02:58:42 tls Exp $
SUBDIR= apply apropos asa at basename bdes biff cal calendar cap_mkdb \
checknr chflags chpass cksum cmp col colcrt colrm column comm \
@ -25,8 +25,4 @@ SUBDIR= apply apropos asa at basename bdes biff cal calendar cap_mkdb \
SUBDIR+= ar gprof nm ranlib size strip
.endif
# gcore works only on some ports.
.if (${MACHINE} == "hp300" || ${MACHINE} == "i386" || ${MACHINE} == "sparc")
SUBDIR+= gcore
.endif
.include <bsd.subdir.mk>