diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:00:15 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:00:15 +0000 |
commit | 3fb400bc0b1c3c3c6eeb255e5b0cc650818da818 (patch) | |
tree | eec8ebef452c5de6345597402d9eb1f25076cc6f /distrib/amd64/ramdisk_cd | |
parent | 52305f243cf6cd874e729d27fe831740ad988693 (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'distrib/amd64/ramdisk_cd')
-rw-r--r-- | distrib/amd64/ramdisk_cd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/amd64/ramdisk_cd/Makefile b/distrib/amd64/ramdisk_cd/Makefile index ee859b82132..88a593d3f08 100644 --- a/distrib/amd64/ramdisk_cd/Makefile +++ b/distrib/amd64/ramdisk_cd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2014/03/02 18:46:17 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2014/07/16 19:59:30 okan Exp $ .PATH: ${.CURDIR}/../ramdisk RAMDISK=RAMDISK_CD @@ -10,4 +10,3 @@ LBA=1 .include "${.CURDIR}/../common/Makefile.inc" LISTS+= ${.CURDIR}/list.local - |