freebsd-dev/usr.sbin/ctm/ctm_dequeue/Makefile
Enji Cooper 64a0982bee usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:38:03 +00:00

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>