8 lines
164 B
Makefile
8 lines
164 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/10/17 14:53:47 lukem Exp $
|
|
# Original from FreeBSD, no rcs id.
|
|
|
|
PROG= pkg_create
|
|
SRCS= main.c perform.c pl.c
|
|
|
|
.include <bsd.prog.mk>
|