153272e388
Un-munge pkg_install/lib/Makefile which I'd overwritten on libftpio commit. Make it compile on NetBSD. Install pkg_* programs in /usr/sbin XXX agc - Still to do XXX Cleanup call to mktemp (for a tmp dir) in pkg_install/lib/pen.c Create ftperr.c in the correct directory.
7 lines
153 B
Makefile
7 lines
153 B
Makefile
# $NetBSD: Makefile,v 1.2 1997/06/05 12:59:18 agc Exp $
|
|
# Original from FreeBSD, no rcs id.
|
|
|
|
SUBDIR=lib add create delete info
|
|
|
|
.include <bsd.subdir.mk>
|