mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 03:11:52 +01:00
52a2fc64fe
MFC After: 1 week
11 lines
157 B
Makefile
11 lines
157 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= pwd
|
|
LINKS= ${BINDIR}/pwd ${BINDIR}/realpath
|
|
MAN= pwd.1 realpath.1
|
|
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|