mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 16:32:25 +01:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $Id$
|
|
|
|
PROG= rmail
|
|
MAN8= rmail.8
|
|
|
|
.include <bsd.prog.mk>
|