| ![[BACK]](/icons/cvsweb/back.gif) Return to Makefile CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / scan_ffs | 
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>