7 lines
114 B
Makefile
7 lines
114 B
Makefile
# $NetBSD: Makefile,v 1.1 1999/01/19 17:01:58 hubertf Exp $
|
|
|
|
PROG= pkg_admin
|
|
SRCS= main.c
|
|
|
|
.include <bsd.prog.mk>
|