diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:47:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:47:24 +0000 |
commit | 470d0389b66fade522060561cc0c6ba36e01e7cb (patch) | |
tree | 5ecd8ffa90447774cb0b4aaf3d2194fc1e521057 /share/mk/bsd.own.mk | |
parent | d87b515d89c654c5f58ce9debe8f25e1dfaea34d (diff) |
update from netbsd
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 3daaf9de15f..1a8f850b942 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -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 @@ -58,10 +58,5 @@ STRIP?= -s NOPIC= .endif -# Alpha doesn't have a working profiling support -.if (${MACHINE_ARCH} == "alpha") -NOPROFILE= -.endif - # No lint, for now. NOLINT= |