diff --git a/usr.bin/Makefile b/usr.bin/Makefile index a70805a2d65d..4d3dc8370b03 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -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