Don't install libinstall.a (from Bernd Ernesti)

pkg_delete manual page mods got lost in previous commit.
This commit is contained in:
agc 1997-06-05 14:25:49 +00:00
parent 153272e388
commit 2ad13dba57
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,4 @@
.\" $NetBSD: pkg_delete.1,v 1.2 1997/06/05 14:25:49 agc Exp $
.\"
.\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities.
@ -14,7 +15,7 @@
.\" Jordan K. Hubbard
.\"
.\"
.\" @(#)pkg_delete.1
.\" from FreeBSD: @(#)pkg_delete.1
.\"
.Dd November 25, 1994
.Dt pkg_delete 1

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1997/06/05 12:59:43 agc Exp $
# $NetBSD: Makefile,v 1.3 1997/06/05 14:25:52 agc Exp $
# Original from FreeBSD, no rcs id.
LIB= install
@ -11,6 +11,9 @@ CLEANFILES+= ftperr.c
NOPROFILE= yes
NOPIC= yes
# only needed during build - prevent installation of library
libinstall::
ftperr.c: ftp.errors
@echo '#include <stdio.h>' > ${.TARGET}
@echo '#include "ftpio.h"' >> ${.TARGET}