7 lines
140 B
Makefile
7 lines
140 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/08/01 05:38:04 mycroft Exp $
|
|
|
|
PROG= pagesize
|
|
|
|
.include <bsd.prog.mk>
|