mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
8 lines
110 B
Makefile
8 lines
110 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= vacation
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|