mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
10 lines
166 B
Makefile
10 lines
166 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/7/93
|
|
|
|
PROG= praliases
|
|
CFLAGS+=-I${.CURDIR}/../src
|
|
DPADD= ${LIBDBM}
|
|
NOMAN= noman
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|