Makefile (a8228cf9881b0081c67070ffdaf8551d9c1621c4) | Makefile (dc12be52584a604d0444341077b89a56d670609f) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/6/93 | 1# @(#)Makefile 8.1 (Berkeley) 6/6/93 |
2# $FreeBSD$ |
|
2 3PROG= strings | 3 4PROG= strings |
5MAN= strings.1aout |
|
4BINDIR= /usr/libexec/aout | 6BINDIR= /usr/libexec/aout |
5MAN1aout=strings.1aout | |
6 7.include <bsd.prog.mk> | 7 8.include <bsd.prog.mk> |