NetBSD/usr.bin/rdist/Makefile

15 lines
326 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2019/10/13 07:28:16 mrg 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
2019-02-04 06:58:41 +03:00
.include <bsd.own.mk>
COPTS.server.c+= ${GCC_NO_FORMAT_TRUNCATION}
2019-02-04 06:58:41 +03:00
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>