NetBSD/usr.bin/rpcgen/Makefile
christos 935794817d - Rename "inline" variable to "doinline" so that we don't need -ansi
- Fix gcc warnings and add netbsd rcsid's
- add WARNS to the Makefile
- Add errx() to unhandled cases where appropriate.
1997-10-11 21:01:26 +00:00

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>