mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/04/14 22:15:21 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= iconv
|
|
#SRCS= iconv.c
|
|
MAN= iconv.1
|
|
|
|
.include <bsd.prog.mk>
|