8 lines
168 B
Makefile
8 lines
168 B
Makefile
# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/30 22:12:09 mycroft Exp $
|
|
|
|
PROG= lptest
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|