mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= false
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|