NetBSD/usr.bin/rdist/Makefile
thorpej cf0afdf885 From Christos: kill the last bits of sprintf(), and use regcomp/regexec
rather than re_comp/re_exec.  (I committed my sprintf sweep-up before
I realized that Christos had already done it...)
1996-07-12 00:38:50 +00:00

13 lines
266 B
Makefile

# from: @(#)Makefile 5.11 (Berkeley) 3/12/91
# $Id: Makefile,v 1.4 1996/07/12 00:38:50 thorpej Exp $
PROG= rdist
CFLAGS+=-I${.CURDIR}
SRCS= docmd.c expand.c lookup.c main.c server.c
OBJS+= gram.o
BINOWN= root
BINMODE=4555
CLEANFILES=y.tab.h
.include <bsd.prog.mk>