mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
f6751868e4
where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
9 lines
113 B
Makefile
9 lines
113 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= env
|
|
WARNS?= 2
|
|
NOMAN= noman
|
|
|
|
.include <bsd.prog.mk>
|