kernel - Fix smbfs readdir and umount
[dragonfly.git] / usr.bin / basename / Makefile
blobf4dce96d680ea7996cfbe1de3cb6e7378528f829
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/basename/Makefile,v 1.2.6.1 2001/08/02 00:59:28 obrien Exp $
4 PROG= basename
5 MLINKS= basename.1 dirname.1
7 .if defined(BOOTSTRAPPING)
8 CFLAGS+= -DNO_WCHAR
9 .endif
11 .include <bsd.prog.mk>