Deleted Added
full compact
Makefile (461) Makefile (463)
1# @(#)Makefile 5.11 (Berkeley) 5/21/91
2
3NOOBJ= noobj
4
5# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
6# -rw-r--r--
7BINOWN= root
8BINGRP= wheel

--- 16 unchanged lines hidden (view full) ---

25WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
26
27# Special top level files for FreeBSD
28COPYRIGHT= COPYRIGHT
29FREEBSD= CONTRIB.386BSD CONTRIB.FreeBSD RELNOTES.FreeBSD ${COPYRIGHT}
30#
31# Floppy drive name and files for building FreeBSD Floppies
32FLOPPY?= fd0
1# @(#)Makefile 5.11 (Berkeley) 5/21/91
2
3NOOBJ= noobj
4
5# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
6# -rw-r--r--
7BINOWN= root
8BINGRP= wheel

--- 16 unchanged lines hidden (view full) ---

25WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
26
27# Special top level files for FreeBSD
28COPYRIGHT= COPYRIGHT
29FREEBSD= CONTRIB.386BSD CONTRIB.FreeBSD RELNOTES.FreeBSD ${COPYRIGHT}
30#
31# Floppy drive name and files for building FreeBSD Floppies
32FLOPPY?= fd0
33MOUNT= /mnt
33MOUNT?= /mnt
34#
35MDEC= usr/mdec/bootfd usr/mdec/fdboot
36MDEC+= usr/mdec/bootsd usr/mdec/sdboot
37MDEC+= usr/mdec/bootwd usr/mdec/wdboot
38#
39KC_DIRS= dev mnt
40KC_FILES= ${COPYRIGHT}
41KC_FILES+= bin/[ bin/cp bin/echo bin/sh bin/test

--- 321 unchanged lines hidden ---
34#
35MDEC= usr/mdec/bootfd usr/mdec/fdboot
36MDEC+= usr/mdec/bootsd usr/mdec/sdboot
37MDEC+= usr/mdec/bootwd usr/mdec/wdboot
38#
39KC_DIRS= dev mnt
40KC_FILES= ${COPYRIGHT}
41KC_FILES+= bin/[ bin/cp bin/echo bin/sh bin/test

--- 321 unchanged lines hidden ---