Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / diffutils / sdiff / Makefile
blobc7974eec65ceae6c2d9312662e61135dbf0c7066
1 # $NetBSD$
3 .include "${.CURDIR}/../Makefile.inc"
5 DIST= ${IDIST}/src
6 .PATH: ${DIST} ${IDIST}/man
8 PROG= sdiff
9 SRCS= sdiff.c version.c
11 DPADD+= ${LIBDIFFUTILS}
12 LDADD+= ${LIBDIFFUTILS}
14 .include <bsd.prog.mk>