Tell malloc.c about amd64
[dragonfly.git] / sbin / mountd / Makefile
blobb00fe4e71ee13637c6e4d9502092140e6543d13e
1 # From: @(#)Makefile 8.3 (Berkeley) 1/25/94
2 # $FreeBSD: src/sbin/mountd/Makefile,v 1.9.2.1 2001/04/25 10:58:41 ru Exp $
3 # $DragonFly: src/sbin/mountd/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
5 PROG= mountd
6 CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
7 MAN= exports.5 netgroup.5 mountd.8
9 .include <bsd.prog.mk>