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