Annotation of embedaddon/scan_ffs/Makefile, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>