mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
# $Id: Makefile,v 1.4 1995/08/29 14:04:39 ache Exp $
|
|
|
|
PROG= ft
|
|
MAN8= ft.8
|
|
SRCS= ft.c ftecc.c
|
|
|
|
.include <bsd.prog.mk>
|