cf0afdf885
rather than re_comp/re_exec. (I committed my sprintf sweep-up before I realized that Christos had already done it...)
13 lines
266 B
Makefile
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>
|