7 lines
139 B
Makefile
7 lines
139 B
Makefile
# from: @(#)Makefile 5.1 (Berkeley) 6/28/91
|
|
# $Id: Makefile,v 1.2 1993/07/31 15:20:23 mycroft Exp $
|
|
|
|
PROG= logname
|
|
|
|
.include <bsd.prog.mk>
|