64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
14 lines
165 B
Makefile
14 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/ctm_rmail
|
|
|
|
PROG= ctm_dequeue
|
|
MAN=
|
|
SRCS= ctm_dequeue.c error.c
|
|
|
|
CFLAGS+= -I${.CURDIR:H}/ctm_rmail
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|