mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
b7946da96b
Also add some missing $FreeBSD$ to keep svn happy.
10 lines
115 B
Makefile
10 lines
115 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= pr
|
|
SRCS= pr.c egetopt.c
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|