ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Download File | Root Listing
root/midnightbsd-cvs/src/sbin/Makefile.inc
Revision: 1.3
Committed: Tue Nov 11 21:29:36 2008 UTC (15 years, 5 months ago) by laffer1
Branch: MAIN
CVS Tags: RELENG_0_3_0_RELEASE, RELENG_0_3_BP, HEAD
Branch point for: RELENG_0_3
Changes since 1.2: +4 -2 lines
Log Message:
Remove mca which was only used for ia64.

Add recoverdisk, a handy utility for hard drives and optical media.

Sync idmapd with freebsd 7.

Switch to the new world order.

File Contents

# Content
1 # @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
2 # $FreeBSD: src/sbin/Makefile.inc,v 1.15 2006/03/17 18:54:30 ru Exp $
3 # $MidnightBSD$
4
5 .include <bsd.own.mk>
6
7 BINDIR?= /sbin
8 WARNS?= 2
9
10 .if ${MK_DYNAMICROOT} == "no"
11 NO_SHARED?= YES
12 .endif