home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Source Code 1993 July
/
THE_SOURCE_CODE_CD_ROM.iso
/
bsd_srcs
/
sys
/
i386
/
floppy
/
disklabel
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-05-03
|
240 b
|
11 lines
# @(#)Makefile 5.1 (Berkeley) 5/3/91
PROG= disklabel
SRCS= disklabel.c dkcksum.c
CFLAGS+=-DLETS_GET_SMALL -I${.CURDIR}/../../../../sbin/disklabel
NOMAN= noman
LDFLAGS=-N
.PATH: ${.CURDIR}/../../../../sbin/disklabel
.include <bsd.prog.mk>