Deleted Added
full compact
Makefile.inc (201390) Makefile.inc (211725)
1# ex:ts=8
2#
1# ex:ts=8
2#
3# $FreeBSD: head/usr.sbin/amd/Makefile.inc 201390 2010-01-02 11:07:44Z ed $
3# $FreeBSD: head/usr.sbin/amd/Makefile.inc 211725 2010-08-23 22:24:11Z imp $
4#
5# Makefile for amd
6# This file is under a "BSD" copyright (c) by David O'Brien 1998.
7# Portions derived from
8# $NetBSD: Makefile.inc,v 1.10 1998/08/08 22:33:27 christos Exp $
9# Portions derived from amd/libamu/Makefile
10# $NetBSD: Makefile,v 1.8 1998/08/08 22:33:37 christos Exp $
11

--- 10 unchanged lines hidden (view full) ---

22.if ${MK_NIS} == "no"
23CFLAGS+= -DHAVE_LOCALCONFIG_H
24.endif
25
26.if ${MK_HESIOD} != "no"
27CFLAGS+= -DYES_HESIOD
28.endif
29
4#
5# Makefile for amd
6# This file is under a "BSD" copyright (c) by David O'Brien 1998.
7# Portions derived from
8# $NetBSD: Makefile.inc,v 1.10 1998/08/08 22:33:27 christos Exp $
9# Portions derived from amd/libamu/Makefile
10# $NetBSD: Makefile,v 1.8 1998/08/08 22:33:37 christos Exp $
11

--- 10 unchanged lines hidden (view full) ---

22.if ${MK_NIS} == "no"
23CFLAGS+= -DHAVE_LOCALCONFIG_H
24.endif
25
26.if ${MK_HESIOD} != "no"
27CFLAGS+= -DYES_HESIOD
28.endif
29
30CFLAGS+= -DHOST_CPU=\"${MACHINE_ARCH}\" -DHOST_ARCH=\"${MACHINE_ARCH}\"
30CFLAGS+= -DHOST_CPU=\"${MACHINE_CPUARCH}\" -DHOST_ARCH=\"${MACHINE_ARCH}\"
31
32.if exists(${.OBJDIR}/../libamu)
33LIBAMUDIR= ${.OBJDIR}/../libamu
34.else
35LIBAMUDIR= ${.CURDIR}/../libamu
36.endif
37LIBAMU= ${LIBAMUDIR}/libamu.a
38
39RPCCOM= rpcgen
40MOUNT_X= ${DESTDIR}/usr/include/rpcsvc/mount.x
41NFS_PROT_X= ${DESTDIR}/usr/include/rpcsvc/nfs_prot.x
42
43WARNS?= 1
44
45.if exists(${.CURDIR}/../../Makefile.inc)
46.include "${.CURDIR}/../../Makefile.inc"
47.endif
31
32.if exists(${.OBJDIR}/../libamu)
33LIBAMUDIR= ${.OBJDIR}/../libamu
34.else
35LIBAMUDIR= ${.CURDIR}/../libamu
36.endif
37LIBAMU= ${LIBAMUDIR}/libamu.a
38
39RPCCOM= rpcgen
40MOUNT_X= ${DESTDIR}/usr/include/rpcsvc/mount.x
41NFS_PROT_X= ${DESTDIR}/usr/include/rpcsvc/nfs_prot.x
42
43WARNS?= 1
44
45.if exists(${.CURDIR}/../../Makefile.inc)
46.include "${.CURDIR}/../../Makefile.inc"
47.endif