mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
15 lines
214 B
Makefile
15 lines
214 B
Makefile
# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
|
|
|
|
PACKAGE=rc
|
|
PROG= rcorder
|
|
SRCS= ealloc.c hash.c rcorder.c
|
|
MAN= rcorder.8
|
|
|
|
LIBADD= util
|
|
|
|
CFLAGS+= -DORDER
|
|
|
|
#CFLAGS+= -DDEBUG
|
|
|
|
.include <bsd.prog.mk>
|