hammer2 - Shift inode xop functions into hammer2_xop.c
[dragonfly.git] / sbin / mount_null / Makefile
blob4d3667107613c9c42af38c59ed2a6e105a8bfbd5
1 # @(#)Makefile 8.3 (Berkeley) 3/27/94
2 # $FreeBSD: src/sbin/mount_null/Makefile,v 1.5.6.1 2001/04/25 10:58:38 ru Exp $
4 PROG= mount_null
5 MAN= mount_null.8
7 LDADD= -lutil
8 DPADD= ${LIBUTIL}
10 CFLAGS+=-I${.CURDIR}/../../sys
12 .include <bsd.prog.mk>