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:
Makefile  |  1991-05-03  |  240 b   |  11 lines

  1. #    @(#)Makefile    5.1 (Berkeley) 5/3/91
  2.  
  3. PROG=    disklabel
  4. SRCS=    disklabel.c dkcksum.c
  5. CFLAGS+=-DLETS_GET_SMALL -I${.CURDIR}/../../../../sbin/disklabel
  6. NOMAN=    noman
  7. LDFLAGS=-N
  8. .PATH:    ${.CURDIR}/../../../../sbin/disklabel
  9.  
  10. .include <bsd.prog.mk>
  11.