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