]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - fortune/unstr/Makefile
Use uint32_t and include <stdint.h>, instead of using u_int32_t
[bsdgames-darwin.git] / fortune / unstr / Makefile
1 # $NetBSD: Makefile,v 1.8 2008/09/26 18:56:43 apb Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 NOMAN= # defined
5
6 PROG= unstr
7 CPPFLAGS+= -I${.CURDIR}/../strfile
8
9 .include "../../Makefile.inc"
10 .include <bsd.prog.mk>