15 lines
245 B
Makefile
15 lines
245 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/12/21 08:06:15 thorpej Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= protoize
|
|
SRCS= protoize.c ${G_PROTO_OBJS:.o=.c}
|
|
|
|
.include "../Makefile.frontend"
|
|
|
|
.PATH: ${DIST}/gcc
|
|
|
|
.include <bsd.info.mk>
|