NetBSD/usr.bin/rdist/Makefile

11 lines
257 B
Makefile
Raw Normal View History

2007-05-28 16:06:17 +04:00
# $NetBSD: Makefile,v 1.11 2007/05/28 12:06:29 tls Exp $
1997-10-18 18:34:39 +04:00
# from: @(#)Makefile 8.3 (Berkeley) 7/19/93
1993-03-21 12:45:37 +03:00
2007-05-28 16:06:17 +04:00
USE_FORT?= yes # network client/server
CPPFLAGS+= -I${.CURDIR}
1993-03-21 12:45:37 +03:00
PROG= rdist
SRCS= docmd.c expand.c gram.y lookup.c main.c server.c
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>