diff options
| author | cjs <cjs@NetBSD.org> | 1997-05-30 13:43:06 +0000 |
|---|---|---|
| committer | cjs <cjs@NetBSD.org> | 1997-05-30 13:43:06 +0000 |
| commit | 83498d7e8834cc2ebb5015cdec015fc92982fa9b (patch) | |
| tree | 3bd4bb7d776dbd8ef42a556b6a1de5627b627525 /gnu/usr.bin/groff/libdriver | |
| parent | d0b955050bad6aadf88b43eee8746e0a6af162ac (diff) | |
Remove empty libinstall target and add NOINSTALL=1.
Diffstat (limited to 'gnu/usr.bin/groff/libdriver')
| -rw-r--r-- | gnu/usr.bin/groff/libdriver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/libdriver/Makefile b/gnu/usr.bin/groff/libdriver/Makefile index f6075bb83e5..aff61ab9ed8 100644 --- a/gnu/usr.bin/groff/libdriver/Makefile +++ b/gnu/usr.bin/groff/libdriver/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/05/07 16:20:36 mycroft Exp $ +# $Id: Makefile,v 1.8 1997/05/30 13:43:22 cjs Exp $ LIB= driver SRCS= input.cc printer.cc @@ -8,8 +8,8 @@ NOMAN= noman NOPROFILE= noprofile NOPIC= nopic -# only needed during build -libinstall:: +# this library is used only for the build +NOINSTALL=1 .include "../Makefile.cfg" .include <bsd.lib.mk> |
