Add externs to avoid multiple definitions, and then add missing definitions.
[rrq/maintain_lilo.git] / sample / Makefile
1 # -*- makefile -*-
2 #
3 # Copyright 2009-2014 Joachim Wiedorn
4 # All rights reserved.
5
6 # Licensed under the terms contained in the file 'COPYING'
7 # in the source directory.
8 #
9
10 # adding variables
11 include ../make.vars
12
13 all:
14
15 install:
16         mkdir -p $$DESTDIR$(CFG_DIR)
17         install -m 0644 lilo.example.conf $$DESTDIR$(CFG_DIR)/lilo.conf_example
18
19 clean:
20
21 distclean:
22
23 uninstall:
24         rm -f $$DESTDIR$(CFG_DIR)/lilo.conf_example