mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 00:13:04 +01:00
9 lines
156 B
Makefile
9 lines
156 B
Makefile
# $FreeBSD$
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= tail
|
|
SRCS= forward.c misc.c read.c reverse.c tail.c
|
|
#WARNS?= 4 # XXX: alpha
|
|
|
|
.include <bsd.prog.mk>
|