1 2 3 4 5 6 7 8 9 10
# $OpenBSD: Makefile,v 1.2 1998/02/05 17:15:51 weingart Exp $ PROG= scan_ffs SRCS= scan_ffs.c DPADD= ${LIBUTIL} LDADD= -lutil MAN= scan_ffs.8 .include <bsd.prog.mk>