tuxillo's projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'vendor/ZLIB'
[dragonfly.git]
/
sbin
/
mount_cd9660
/
Makefile
1
# @(#)Makefile 8.3 (Berkeley) 3/27/94
2
# $FreeBSD: src/sbin/mount_cd9660/Makefile,v 1.4.6.1 2001/04/25 10:58:34 ru Exp $
3
4
PROG= mount_cd9660
5
SRCS= mount_cd9660.c getmntopts.c
6
MAN= mount_cd9660.8
7
LDADD= -lutil -lkiconv
8
DPADD= ${LIBUTIL} ${LIBKICONV}
9
10
MOUNT= ${.CURDIR}/../mount
11
CFLAGS+= -I${MOUNT}
12
.PATH: ${MOUNT}
13
14
.include <bsd.prog.mk>