Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/othersrc/bin/fsu_mv/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- othersrc/bin/fsu_mv/Makefile 2009/03/23 21:03:58 1.1 +++ othersrc/bin/fsu_mv/Makefile 2009/03/24 15:14:23 1.2 @@ -1,18 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2009/03/23 21:03:58 stacktic Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/24 15:14:23 stacktic Exp $ # PROG= fsu_mv MAN= fsu_mv.1 -DPADD+= ${LIBUTIL} - -CPPFLAGS+= -DUSE_UKFS -I../../lib/libfsu_utils -I../../lib/libfsu_mount - -LDADD+= -lutil -L../../lib/libfsu_utils -L../../lib/libfsu_mount \ - -lukfs -lrump -lrumpuser -lfsu_utils -lfsu_mount - -.if exists(/usr/lib/librumpvfs.so) -LDADD+= -lrumpvfs -.endif - +.include "${.CURDIR}/../../Makefile.fsu" .include