=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/share/mk/bsd.own.mk 1995/10/18 08:44:46 1.1 +++ src/share/mk/bsd.own.mk 1995/12/14 03:47:22 1.2 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.21.2.1 1995/10/12 06:27:48 cgd Exp $ +# $NetBSD: bsd.own.mk,v 1.23 1995/11/03 23:33:33 cgd Exp $ # Defining `SKEY' causes support for S/key authentication to be compiled in. SKEY= yes @@ -56,11 +56,6 @@ .if (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "alpha") || \ (${MACHINE_ARCH} == "vax") NOPIC= -.endif - -# Alpha doesn't have a working profiling support -.if (${MACHINE_ARCH} == "alpha") -NOPROFILE= .endif # No lint, for now.