diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-03-23 07:02:14 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-03-23 07:02:14 +0000 |
commit | 63bc0cc148047bf7f7d2daba2c13451223d63794 (patch) | |
tree | 7d51bac04cd3e9f3b710fb0ae08800821879850f /sys/libkern/Makefile | |
parent | 06022879582b42d55365b8ea5000462875368c53 (diff) | |
download | src-63bc0cc148047bf7f7d2daba2c13451223d63794.tar.gz src-63bc0cc148047bf7f7d2daba2c13451223d63794.zip |
Do not install libkern into /usr/lib, blank target install: added.
Notes
Notes:
svn path=/head/; revision=7268
Diffstat (limited to 'sys/libkern/Makefile')
-rw-r--r-- | sys/libkern/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/libkern/Makefile b/sys/libkern/Makefile index d2383d2246f6..60dc3a01ba12 100644 --- a/sys/libkern/Makefile +++ b/sys/libkern/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 7.9 (Berkeley) 6/1/93 -# $Id: Makefile,v 1.7 1995/02/27 09:16:02 ugen Exp $ +# $Id: Makefile,v 1.8 1995/03/16 17:32:20 wollman Exp $ .undef NOPROFILE @@ -20,4 +20,6 @@ SRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c cmpdi2.c divdi3.c \ mcount.po: mcount.o cp mcount.o mcount.po +install: + .include <bsd.lib.mk> |