blob: 1c6e9cf08aee3e0ec5e6f6a8d02105cbd8bb71ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD: src/usr.bin/unifdef/Makefile,v 1.6.30.1 2009/04/15 03:14:26 kensmith Exp $
PROG= unifdef
SCRIPTS=unifdefall.sh
MLINKS= unifdef.1 unifdefall.1
WARNS?= 5
.include <bsd.prog.mk>
|