diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 05:08:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 05:08:31 +0000 |
commit | 000f8235cfd99660432c665e2042006671fb7dd6 (patch) | |
tree | 7e7a25ab2437032d9df9155acc41f442e7879344 /sys/arch/landisk/conf | |
parent | 99a051ba8940452f11660b1432e70eb8404a4a4f (diff) |
No need for a specific .SUFFIXES list; ok drahn
Diffstat (limited to 'sys/arch/landisk/conf')
-rw-r--r-- | sys/arch/landisk/conf/Makefile.landisk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk index 594703c647f..ff22359da3f 100644 --- a/sys/arch/landisk/conf/Makefile.landisk +++ b/sys/arch/landisk/conf/Makefile.landisk @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.landisk,v 1.20 2010/04/27 05:07:29 deraadt Exp $ +# $OpenBSD: Makefile.landisk,v 1.21 2010/04/27 05:08:30 deraadt Exp $ # This makefile is constructed from a machine description: # config machineid @@ -17,8 +17,6 @@ .include <bsd.own.mk> -.SUFFIXES: .S .c .o - MKDEP?= mkdep STRIP?= strip SIZE?= size |