mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
13 lines
165 B
Makefile
13 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>
|