[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / cmp

Annotation of src/usr.bin/cmp/Makefile, Revision 1.2

1.2     ! deraadt     1: #       $OpenBSD: Makefile,v 1.3 1995/09/08 03:22:54 tls Exp $
1.1       deraadt     2: #       $NetBSD: Makefile,v 1.3 1995/09/08 03:22:54 tls Exp $
                      3:
                      4: PROG=  cmp
                      5: SRCS=  cmp.c misc.c regular.c special.c
                      6:
                      7: .include <bsd.prog.mk>