diff options
author | ru <ru@FreeBSD.org> | 2002-05-13 11:09:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-13 11:09:07 +0000 |
commit | bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (patch) | |
tree | 8a7bd21fcc50a40c35682d0db57bae61384fea80 /usr.sbin/ntp | |
parent | dc9ee408336ff8962ae4994f3965162b610501d9 (diff) | |
download | FreeBSD-src-bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2.zip FreeBSD-src-bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2.tar.gz |
Removed now unused INTERNALSTATICLIB.
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/libntp/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/ntp/libparse/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile index 589c289..d4101a9 100644 --- a/usr.sbin/ntp/libntp/Makefile +++ b/usr.sbin/ntp/libntp/Makefile @@ -3,11 +3,7 @@ .PATH: ${.CURDIR}/../../../contrib/ntp/libntp LIB= ntp -NOPROFILE= true INTERNALLIB= true -NOPIC= true -INTERNALSTATICLIB= true -NOMAN= true SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c \ atouint.c audio.c authencrypt.c authkeys.c \ diff --git a/usr.sbin/ntp/libparse/Makefile b/usr.sbin/ntp/libparse/Makefile index 1a142ba..6176726 100644 --- a/usr.sbin/ntp/libparse/Makefile +++ b/usr.sbin/ntp/libparse/Makefile @@ -3,11 +3,7 @@ .PATH: ${.CURDIR}/../../../contrib/ntp/libparse LIB= parse -NOPROFILE= true -NOPIC= true INTERNALLIB= true -INTERNALSTATICLIB= true -NOMAN= true SRCS= clk_computime.c clk_dcf7000.c clk_hopf6021.c clk_meinberg.c \ clk_rawdcf.c clk_rcc8000.c clk_schmid.c clk_trimtaip.c \ |