mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
f6751868e4
where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
8 lines
101 B
Makefile
8 lines
101 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= what
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|