mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
113 B
Makefile
11 lines
113 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= rwhod
|
|
MAN= rwhod.8
|
|
|
|
PACKAGE=rcmds
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|