Document the unorthordox use of getopt().
[dragonfly.git] / usr.bin / strings / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/strings/Makefile,v 1.3.6.1 2001/04/25 11:29:40 ru Exp $
3 # $DragonFly: src/usr.bin/strings/Attic/Makefile,v 1.4 2004/01/28 16:41:18 joerg Exp $
4
5 PROG=   strings
6 MAN=    strings.1aout
7 BINDIR= /usr/libexec/binutils212/aout
8
9 .include <bsd.prog.mk>