mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 12:02:01 +01:00
e86e7d0e07
Reviewed by: phk Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
7 lines
144 B
Makefile
7 lines
144 B
Makefile
PROG= ctm_rmail
|
|
SRCS= ctm_rmail.c error.c
|
|
CFLAGS+= -Wall -g
|
|
MLINKS+= ctm_rmail.1 ctm_smail.1
|
|
|
|
.include <bsd.prog.mk>
|