freebsd-dev/usr.sbin/amd/fixmount/Makefile

22 lines
433 B
Makefile
Raw Normal View History

1998-08-27 08:09:42 +00:00
# ex:ts=8
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
1999-08-28 01:35:59 +00:00
# $FreeBSD$
1998-08-27 08:09:42 +00:00
.PATH: ${.CURDIR}/../../../contrib/amd/fixmount \
${.CURDIR}/../../../contrib/amd/conf/checkmount
1998-08-27 08:09:42 +00:00
PROG= fixmount
MAN= fixmount.8
SRCS= fixmount.c
1998-08-27 08:09:42 +00:00
# These would be links created by the GNU-style configure
SRCS+= checkmount_bsd44.c
1998-08-27 08:09:42 +00:00
DPADD= ${LIBAMU} ${LIBRPCSVC}
LDADD= ${LIBAMU} -lrpcsvc
1998-08-27 08:09:42 +00:00
.include <bsd.prog.mk>