935794817d
- Fix gcc warnings and add netbsd rcsid's - add WARNS to the Makefile - Add errx() to unhandled cases where appropriate.
10 lines
251 B
Makefile
10 lines
251 B
Makefile
# $NetBSD: Makefile,v 1.5 1997/10/11 21:01:26 christos Exp $
|
|
#
|
|
WARNS ?= 1
|
|
CFLAGS+=-g
|
|
PROG= rpcgen
|
|
SRCS= rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_scan.c \
|
|
rpc_svcout.c rpc_util.c rpc_sample.c rpc_tblout.c
|
|
|
|
.include <bsd.prog.mk>
|